home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000096_news@newsmaster….columbia.edu _Thu Jan 15 18:57:22 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA25273
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 15 Jan 1998 18:57:21 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA29573
  7.     for kermit.misc@watsun; Thu, 15 Jan 1998 18:57:21 -0500 (EST)
  8. From: david2020@hotmail.com
  9. Subject: Re: escape to command mode
  10. Date: Thu, 15 Jan 1998 09:53:27 -0600
  11. Message-ID: <884830413.2043019283@dejanews.com>
  12. Newsgroups: comp.protocols.kermit.misc
  13. Organization: Deja News Posting Service
  14. Path: news.columbia.edu!news.new-york.net!news-peer.gip.net!news.gsl.net!gip.net!newsfeed.internetmci.com!207.207.0.25!nntp.texas.net!nntp2.dejanews.com!grunt.dejanews.com!not-for-mail
  15. References: <884711083.816316424@dejanews.com> <69iivv$hsn$1@apakabar.cc.columbia.edu>
  16. X-Article-Creation-Date: Thu Jan 15 02:13:34 1998 GMT
  17. X-Authenticated-Sender: david2020@hotmail.com
  18. X-Http-User-Agent: Mozilla/3.0 (Win95; I)
  19. X-Originating-IP-Addr: 12.68.56.183 (183.mercerville-09.nj.dial-access.att.net)
  20. Lines: 41
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8269
  22.  
  23. I tried doing that, and it seems that the modem is still not recognizing
  24. the sequence.  I even initialized the modem to have no guard time
  25. (ats12=0) and still it didn't recognize the escape char.
  26.  
  27. I also tried changing the output pacing, but still the same.. no luck.
  28.  
  29. Any thoughts?
  30.  
  31. Thanks.
  32.  
  33. p.s. There are no problems if I do it manually.
  34.  
  35.  
  36. In article <69iivv$hsn$1@apakabar.cc.columbia.edu>,
  37.   fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  38. >
  39. > In article <884711083.816316424@dejanews.com>,  <david2020@hotmail.com> wrote:
  40. > : I'm writing a C-kermit script to run test calls (login, password, etc.)
  41. > :
  42. > : I want to escape to the modem's command mode by using +++ to get some
  43. > : modem statistics (e.g. ATI6) while the connection is still up.
  44. > :
  45. > : Any thoughts on how I would accomplish this using C-Kermit?
  46. > :
  47. > : By the way,  I tried OUTPUT +++\13,  did not work.
  48. > :
  49. > : or  OUTPUT \L
  50. > :     OUTPUT +++\13
  51. > :     OUTPUT \L;   did not work either.
  52. > :
  53. > The modem's escape sequence probably requires a 1-second pause before and
  54. > after; this is the famous Hayes-patented "guard time".  So:
  55. >
  56. >   pause 1
  57. >   output +++
  58. >   pause 1
  59. >
  60. > - Frank
  61.  
  62. -------------------==== Posted via Deja News ====-----------------------
  63.       http://www.dejanews.com/     Search, Read, Post to Usenet